ISlave.ReadEEprom method
Reads a double word from a slave's EEPROM.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
IKsCommand<uint> ReadEEprom(
int offset
)
Function ReadEEprom(
offset As Integer
) As IKsCommand(Of UInteger)
Parameters
offset
Type: int
The offset in the EEPROM space.
Return value
Type: IKsCommand<uint>
Returns the states of a method and an unsigned integer value.
Usable EtherCAT states
ecatInit, ecatPreOP, ecatSafeOP, ecatOP
See also